1 /* Generated By:JJTree: Do not edit this line. MobisnapSQLTreeConstants.java */
2
3 package mobisnap.mobile_trx;
4
5 public interface MobisnapSQLTreeConstants
6 {
7 public int JJTCOMPILATIONUNIT = 0;
8 public int JJTORACLEOBJECTNAME = 1;
9 public int JJTRELOP = 2;
10 public int JJTMONITORNAME = 3;
11 public int JJTTABLECOLUMN = 4;
12 public int JJTTABLEREFERENCE = 5;
13 public int JJTDECLARATIONSECTION = 6;
14 public int JJTDECLARATIONS = 7;
15 public int JJTIDENTIFIERDECLARATION = 8;
16 public int JJTCURSORDECLARATION = 9;
17 public int JJTVARIABLEDECLARATION = 10;
18 public int JJTCONSTANTDECLARATION = 11;
19 public int JJTTYPEDECLARATION = 12;
20 public int JJTBASICDATATYPEDECLARATION = 13;
21 public int JJTEXCEPTIONDECLARATION = 14;
22 public int JJTGETRESERVATION = 15;
23 public int JJTGETESCROWRESERVATION = 16;
24 public int JJTGETSLOTRESERVATION = 17;
25 public int JJTGETVALUEUSERESERVATION = 18;
26 public int JJTGETVALUECHANGERESERVATION = 19;
27 public int JJTROWSPECIFICATION = 20;
28 public int JJTROWSPECSLOT = 21;
29 public int JJTDATABASEDEFINITION = 22;
30 public int JJTDDLSTATEMENT = 23;
31 public int JJTCLUSTERIDSTATEMENT = 24;
32 public int JJTCREATESNAPSHOT = 25;
33 public int JJTUPDATESNAPSHOT = 26;
34 public int JJTCREATEMONITOR = 27;
35 public int JJTCREATETABLE = 28;
36 public int JJTDROPTABLE = 29;
37 public int JJTFIELDDEFINITION = 30;
38 public int JJTTABLECONSTRAINT = 31;
39 public int JJTFIELDCONSTRAINT = 32;
40 public int JJTFIELDLIST = 33;
41 public int JJTBEGINENDBLOCK = 34;
42 public int JJTSEQUENCEOFSTATEMENTS = 35;
43 public int JJTEXCEPTIONBLOCK = 36;
44 public int JJTEXCEPTIONHANDLER = 37;
45 public int JJTONCOMMITBLOCK = 38;
46 public int JJTONROLLBACKBLOCK = 39;
47 public int JJTPLSQLSTATEMENT = 40;
48 public int JJTPLSQLBLOCKSTATEMENT = 41;
49 public int JJTLABELDECLARATION = 42;
50 public int JJTSUBROUTINECALL = 43;
51 public int JJTASSIGNMENTSTATEMENT = 44;
52 public int JJTEXITSTATEMENT = 45;
53 public int JJTGOTOSTATEMENT = 46;
54 public int JJTIFSTATEMENT = 47;
55 public int JJTLOOPSTATEMENT = 48;
56 public int JJTNORMALLOOP = 49;
57 public int JJTWHILELOOP = 50;
58 public int JJTFORLOOP = 51;
59 public int JJTNUMERICFORLOOPLOOKAHEAD = 52;
60 public int JJTNUMERICFORLOOP = 53;
61 public int JJTCURSORFORLOOP = 54;
62 public int JJTNULLSTATEMENT = 55;
63 public int JJTRAISESTATEMENT = 56;
64 public int JJTRETURNSTATEMENT = 57;
65 public int JJTCLOSESTATEMENT = 58;
66 public int JJTCOMMITSTATEMENT = 59;
67 public int JJTFETCHSTATEMENT = 60;
68 public int JJTLOCKTABLESTATEMENT = 61;
69 public int JJTOPENSTATEMENT = 62;
70 public int JJTROLLBACKSTATEMENT = 63;
71 public int JJTSETTRANSACTIONSTATEMENT = 64;
72 public int JJTLOCKMODE = 65;
73 public int JJTSAVEPOINTSTATEMENT = 66;
74 public int JJTUPDATESTATEMENT = 67;
75 public int JJTCOLUMNVALUES = 68;
76 public int JJTUPDATEDVALUE = 69;
77 public int JJTINSERTSTATEMENT = 70;
78 public int JJTDELETESTATEMENT = 71;
79 public int JJTARGUMENTS = 72;
80 public int JJTPLSQLEXPRESSION = 73;
81 public int JJTPLSQLANDEXPRESSION = 74;
82 public int JJTPLSQLUNARYLOGICALEXPRESSION = 75;
83 public int JJTPLSQLRELATIONALEXPRESSION = 76;
84 public int JJTPLSQLEXPRESSIONLIST = 77;
85 public int JJTPLSQLINCLAUSE = 78;
86 public int JJTPLSQLBETWEENCLAUSE = 79;
87 public int JJTPLSQLLIKECLAUSE = 80;
88 public int JJTISNULLCLAUSE = 81;
89 public int JJTPLSQLSIMPLEEXPRESSION = 82;
90 public int JJTPLSQLMULTIPLICATIVEEXPRESSION = 83;
91 public int JJTPLSQLEXPOTENTEXPRESSION = 84;
92 public int JJTPLSQLUNARYEXPRESSION = 85;
93 public int JJTPLSQLPRIMARYEXPRESSION = 86;
94 public int JJTSQLSTATEMENT = 87;
95 public int JJTQUERYSTATEMENT = 88;
96 public int JJTSELECTSTATEMENT = 89;
97 public int JJTSELECTWITHOUTORDER = 90;
98 public int JJTMONITORQUERYSTATEMENT = 91;
99 public int JJTSELECTLIST = 92;
100 public int JJTSELECTITEM = 93;
101 public int JJTINTOCLAUSE = 94;
102 public int JJTINTOITEM = 95;
103 public int JJTFROMCLAUSE = 96;
104 public int JJTFROMITEM = 97;
105 public int JJTWHERECLAUSE = 98;
106 public int JJTCONNECTCLAUSE = 99;
107 public int JJTGROUPBYCLAUSE = 100;
108 public int JJTSETCLAUSE = 101;
109 public int JJTORDERBYCLAUSE = 102;
110 public int JJTFORUPDATECLAUSE = 103;
111 public int JJTSQLEXPRESSION = 104;
112 public int JJTSQLANDEXPRESSION = 105;
113 public int JJTSQLUNARYLOGICALEXPRESSION = 106;
114 public int JJTEXISTSCLAUSE = 107;
115 public int JJTSQLRELATIONALEXPRESSION = 108;
116 public int JJTSQLEXPRESSIONLIST = 109;
117 public int JJTSQLRELATIONALOPERATOREXPRESSION = 110;
118 public int JJTSQLINCLAUSE = 111;
119 public int JJTSQLBETWEENCLAUSE = 112;
120 public int JJTSQLLIKECLAUSE = 113;
121 public int JJTSQLSIMPLEEXPRESSION = 114;
122 public int JJTSQLMULTIPLICATIVEEXPRESSION = 115;
123 public int JJTSQLEXPOTENTEXPRESSION = 116;
124 public int JJTSQLUNARYEXPRESSION = 117;
125 public int JJTSQLPRIMARYEXPRESSION = 118;
126 public int JJTFUNCTIONCALL = 119;
127 public int JJTSQLARGUMENTS = 120;
128 public int JJTOUTERJOINEXPRESSION = 121;
129 public int JJTSUBQUERY = 122;
130
131
132 public String[] jjtNodeName = {
133 "CompilationUnit",
134 "OracleObjectName",
135 "Relop",
136 "MonitorName",
137 "TableColumn",
138 "TableReference",
139 "DeclarationSection",
140 "Declarations",
141 "IdentifierDeclaration",
142 "CursorDeclaration",
143 "VariableDeclaration",
144 "ConstantDeclaration",
145 "TypeDeclaration",
146 "BasicDataTypeDeclaration",
147 "ExceptionDeclaration",
148 "GetReservation",
149 "GetEscrowReservation",
150 "GetSlotReservation",
151 "GetValueUseReservation",
152 "GetValueChangeReservation",
153 "RowSpecification",
154 "RowSpecSlot",
155 "DatabaseDefinition",
156 "DDLStatement",
157 "ClusterIdStatement",
158 "CreateSnapshot",
159 "UpdateSnapshot",
160 "CreateMonitor",
161 "CreateTable",
162 "DropTable",
163 "FieldDefinition",
164 "TableConstraint",
165 "FieldConstraint",
166 "FieldList",
167 "BeginEndBlock",
168 "SequenceOfStatements",
169 "ExceptionBlock",
170 "ExceptionHandler",
171 "OnCommitBlock",
172 "OnRollbackBlock",
173 "PLSQLStatement",
174 "PLSQLBlockStatement",
175 "LabelDeclaration",
176 "SubroutineCall",
177 "AssignmentStatement",
178 "ExitStatement",
179 "GotoStatement",
180 "IfStatement",
181 "LoopStatement",
182 "NormalLoop",
183 "WhileLoop",
184 "ForLoop",
185 "NumericForLoopLookahead",
186 "NumericForLoop",
187 "CursorForLoop",
188 "NullStatement",
189 "RaiseStatement",
190 "ReturnStatement",
191 "CloseStatement",
192 "CommitStatement",
193 "FetchStatement",
194 "LockTableStatement",
195 "OpenStatement",
196 "RollbackStatement",
197 "SetTransactionStatement",
198 "LockMode",
199 "SavepointStatement",
200 "UpdateStatement",
201 "ColumnValues",
202 "UpdatedValue",
203 "InsertStatement",
204 "DeleteStatement",
205 "Arguments",
206 "PlSqlExpression",
207 "PlSqlAndExpression",
208 "PlSqlUnaryLogicalExpression",
209 "PlSqlRelationalExpression",
210 "PlSqlExpressionList",
211 "PlSqlInClause",
212 "PlSqlBetweenClause",
213 "PlSqlLikeClause",
214 "IsNullClause",
215 "PlSqlSimpleExpression",
216 "PlSqlMultiplicativeExpression",
217 "PlSqlExpotentExpression",
218 "PlSqlUnaryExpression",
219 "PlSqlPrimaryExpression",
220 "SQLStatement",
221 "QueryStatement",
222 "SelectStatement",
223 "SelectWithoutOrder",
224 "MonitorQueryStatement",
225 "SelectList",
226 "SelectItem",
227 "IntoClause",
228 "IntoItem",
229 "FromClause",
230 "FromItem",
231 "WhereClause",
232 "ConnectClause",
233 "GroupByClause",
234 "SetClause",
235 "OrderByClause",
236 "ForUpdateClause",
237 "SQLExpression",
238 "SQLAndExpression",
239 "SQLUnaryLogicalExpression",
240 "ExistsClause",
241 "SQLRelationalExpression",
242 "SQLExpressionList",
243 "SQLRelationalOperatorExpression",
244 "SQLInClause",
245 "SQLBetweenClause",
246 "SQLLikeClause",
247 "SQLSimpleExpression",
248 "SQLMultiplicativeExpression",
249 "SQLExpotentExpression",
250 "SQLUnaryExpression",
251 "SQLPrimaryExpression",
252 "FunctionCall",
253 "SQLArguments",
254 "OuterJoinExpression",
255 "SubQuery",
256 };
257 }
This page was automatically generated by Maven